IViewDefinitions.FindEditorDefByClass method

Namespace: NextDesign.Core

Description

Finds the view definition for the editor defined in the specified class.

argument

Name Type Description
modelClass IClass Class to search for
name string Editor definition name to search
Searches for a view definition whose view name matches the character string specified by this argument. (It is not searched by the display name.)
When null is specified, all view definitions defined in the class are returned.
If the search does not find a match, it returns an empty collection.
The initial value is null.

Return value

  • IEditorDefCollection